home *** CD-ROM | disk | FTP | other *** search
- on mouseDown me
- global selectedOne, Nothingselected
- Nothingselected = 1
- selectedOne = 82
- switchit()
- repeat with X = 110 to 129
- sprite(X).blend = 100
- end repeat
- set the memberNum of sprite 120 to member("tanBlank")
- set the memberNum of sprite 122 to member("tanPlus")
- set the memberNum of sprite 123 to member("tanMinus")
- set the memberNum of sprite 125 to member("tanPlus")
- set the memberNum of sprite 126 to member("tanMinus")
- set the memberNum of sprite 128 to member("tanPlus")
- set the memberNum of sprite 129 to member("tanMinus")
- end
-